CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 霍夫变换 直线

搜索资源列表

  1. Houghhesobel

    0下载:
  2. 在C环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the C environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:841
    • 提供者:吴昊
  1. VCDIP_P563

    0下载:
  2. OpenCV实现霍夫变换检测,比较简单,可以检测直线和圆周-OpenCV Hough transform to detect relatively simple, and can detect a straight line and circular
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:4001349
    • 提供者:刘浦
  1. uhhoough_lws

    0下载:
  2. 运用霍夫变换来实现图像的边界界检测,本代码实现圆与直线的检测 -Using the Hough transform to the boundary of the image boundary detection, the code to achieve the detection of circular and linear
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:30570
    • 提供者:尴尬
  1. hough_trans

    0下载:
  2. 通过霍夫变换,实现延直线上信号的积累,达到提高信噪比的目地,以利于检测。-By Hough transform, the accumulation of signals in the certain straight line, to improve the SNR of the signal.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:773
    • 提供者:peterping
  1. houghline

    0下载:
  2. 利用opencv库的霍夫变换实现图像中的直线提取并标记为红色-Opencv library Hough transform in image line extraction and marked in red
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:23096
    • 提供者:
  1. 7Phoughlines

    0下载:
  2. 一个效果非常好的霍夫变换程序,可以准确的检测出直线的位置-A very good Hough transform can accurately detect straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:2231417
    • 提供者:王着
  1. code

    0下载:
  2. 该程序基于霍夫变换实现直线提取 用到了canny算法-The program is based on the Hough transform for line extraction canny algorithm is used
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:619677
    • 提供者:陈成
  1. hough

    0下载:
  2. 图像分割中霍夫变换检测直线,先看效果,左上角为原图,左下角为找到的直线,右图为hough变换后的图-hough change
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:945
    • 提供者:小昭
  1. HoughLine

    0下载:
  2. 一个基于opencv库函数的VC工程,通过霍夫变换提取图像中的直线-One based on the opencv library function of the VC project, through the Hough transform to extract the linear image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1332645
    • 提供者:周周
  1. hough_circle

    0下载:
  2. 霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。本代码用来检测圆。-Hough transform (Hough Transform) Hough transform in image processing from the image geometry of the basic methods of identification, one of which is
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:892
    • 提供者:liujiang
  1. CV2_Learn_LineFinder

    0下载:
  2. 使用opencv2写的,利用概率霍夫变换检测直线,并检测带有端点的线段。-Use opencv2 written using probabilistic Hough transform to detect straight line, and the line segment with endpoint detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9797866
    • 提供者:alonjiao
  1. houghcircle

    0下载:
  2. 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段).本程序利用霍夫变换求解出院的方程。-Hough transform in image processing from the image geometry of the basic methods of identification, one of which is widely used, there are many improved algorithm. B
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1011
    • 提供者:周炎兵
  1. hough

    0下载:
  2. 霍夫变换检测圆心坐标 直线坐标 霍夫变换检测直线圆心纵坐标-Hough transformation
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1190
    • 提供者:mdy
  1. my_func(1)

    0下载:
  2. 二值化、加噪、基于霍夫变换的直线和圆的检测-Binarization, noise, and based on the straight line Hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2162
    • 提供者:wft
  1. Hough

    0下载:
  2. 经过一般霍夫变换检测出的直线有可能因为车辆挡住路沿等原因断开,形成线段,因为检测道路是要找直线焦点,这样的效果就不好。本代码在Matlab环境下实现优化后的霍夫变换。 -This code optimize the Hough transform in the environment of Matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1052
    • 提供者:张海涛
  1. hough

    0下载:
  2. 霍夫变换,用于图像中直线检测,可以通过改变阈值设置改变结果-used in image processing for line detection after transform done threshold can be set on the result.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1370
    • 提供者:magcin
  1. DetectThreshold

    0下载:
  2. matlab中的霍夫变换检测圆,利用其检测直线的原理,来检测圆形,非常有效。-matlab principle of Hough transform circle detection, using its line detection to detect round, very effective.
  3. 所属分类:CAD

    • 发布日期:2017-04-07
    • 文件大小:938
    • 提供者:vincent
  1. hough

    0下载:
  2. 霍夫变换检测直线。很好的算法,有助于学习霍夫变换-Hough transform line detection. A good algorithm, is helpful to the study of Hough transform
  3. 所属分类:2D Graphic

  1. hough_line_dect

    0下载:
  2. matlab源码,实现利用霍夫变换的直线检测-matlab source code, line detection using Hough Transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1284
    • 提供者:Leo
  1. line_detection

    0下载:
  2. 霍夫变换,直线检测 将位于一条直线上的散点连起来-hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:17475
    • 提供者:zhiheng zuo
« 1 2 3 45 6 »
搜珍网 www.dssz.com